home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 June: System Software / Dev.CD Jun 97 SSW.toast / What's New? / Sample Code / Toolbox / FinderDragPro / GetIconSuiteFromFinder.h < prev    next >
Encoding:
Text File  |  1997-04-23  |  986 b   |  35 lines  |  [TEXT/CWIE]

  1.     //
  2.     //    LEGAL NOTICE
  3.     //    ============
  4.     //
  5.     //     You may incorporate this sample code into your applications
  6.     //     without restriction. This sample code has been provided "AS
  7.     //     IS" and the responsibility for its operation is 100% yours.
  8.     //     You are not permitted to redistribute the source as "Apple
  9.     //     sample code" after having made changes. If you're going to
  10.     //     re-distribute the source, we require that you make it clear
  11.     //     in the source that the code was descended from Apple sample
  12.     //     code, but that you've made changes.
  13.     //
  14.     //    REVISION HISTORY
  15.     //    ================
  16.     //
  17.     //    06/09/95    NG    last touched
  18.     //    08/23/96    PG    stolen from old FinderDrag project
  19.     //    04/21/97    PG    pascal programs can be written in any language
  20.     //
  21.  
  22. #pragma once
  23.  
  24. #include <Drag.h>
  25. #include "FinderRegistry.h"
  26.  
  27. //
  28. //    These two should be in FinderRegistry.h, but they ain't
  29. //
  30.  
  31. #define keyLocalPositionList    'mvpl'
  32. #define keyGlobalPositionList    'mvpg'
  33.  
  34. OSErr GetIconSuiteFromFinder(FSSpecPtr, Handle *);
  35.